xen/trace: Turn the stub debugtrace_{dump,printk}() macros into functions
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 2 Jul 2016 10:43:02 +0000 (11:43 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 2 Sep 2016 10:19:40 +0000 (11:19 +0100)
commitf59174d7e5fb8bb530246003d373345b5b433ea0
treefbf9fe908fcb91ef1e28f06a0da72d3cc0ffc969
parentd910c15ce9dbef7bc60cf4982bf28ed810f3267f
xen/trace: Turn the stub debugtrace_{dump,printk}() macros into functions

This allows printf format checking to be performed, and for
debugtrace_printk() to evaluate its arguments, even if debugtrace is disabled
at compile time.

No intended change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/xen/lib.h